Add sushy-tools rescue-based virtual media suport#415
Merged
hjensas merged 1 commit intoopenstack-k8s-operators:mainfrom Mar 12, 2026
Merged
Add sushy-tools rescue-based virtual media suport#415hjensas merged 1 commit intoopenstack-k8s-operators:mainfrom
hjensas merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
Experimental Build Failed (github-experimental pipeline). https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/866d90cdfd9d4c508e6496a67e107360 ❌ vexxhost-hotstack-sno-2-bm FAILURE in 1h 03m 09s |
524112b to
448aa3f
Compare
448aa3f to
619f246
Compare
|
Experimental Build Failed (github-experimental pipeline). https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b81161127f2349a5ad7032c2d27c5b96 ❌ vexxhost-hotstack-sno-2-bm FAILURE in 1h 14m 47s |
Add support for rescue-based virtual media as alternative to volume-based approach. Remove CD-ROM volume attachments from instances and configure sushy-tools to use Nova rescue mode for virtual media boot instead. Set sushy_tools_vmedia_type to 'rescue' in heat template output to enable rescue mode for sno-2-bm scenario. Assisted-By: Claude (claude-4.5-sonnet) Signed-off-by: Harald Jensås <hjensas@redhat.com>
619f246 to
21a1ebd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for rescue-based virtual media as alternative to volume-based approach. Remove CD-ROM volume attachments from instances and configure sushy-tools to use Nova rescue mode for virtual media boot instead.
Set
sushy_tools_vmedia_typetorescuein heat template output to enable rescue mode for sno-2-bm scenario.Assisted-By: Claude (claude-4.5-sonnet)